@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300&family=Poppins:ital,wght@1,500&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}
body,
html {
  min-height: 100vh;
  width: 100%;
  width: -webkit-fill-available;
  margin: 0;
  overflow-x: hidden;
  font-family: "DM Sans" !important
  
}
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    padding: 1.2rem 10%;
    box-shadow: 6px 6px 6px rgba(147, 147, 147, 0.05);
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s;
  }
  .header:hover::after {
    left: 100%;
  }
  .logo {
    width: 143px;
    height: 76px;
  }
  .navbar a {
    font-size: 1.15rem;
    color: rgba(30, 30, 30, 1);
    text-decoration: none;
    font-weight: 400;
    margin-left: 1.5rem;
  }
  .navbar a:hover {
    color: #5d70d6;
    text-decoration: underline;
  }
  #check {
    display: none;
  }
  .icon {
    position: absolute;
    right: 5%;
    font-size: 2.8rem;
    color: rgba(30, 30, 30, 1);
    cursor: pointer;
    display: none;
  }
  .dropdown-container {
    position: relative;
    display: inline-block;
  }
  .dropdown-button {
    border: none;
    cursor: pointer;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #e2e5f5;
    width: 263.08px;
    height: 290px;
    z-index: 1;
    border-radius: 4px;
  }
  .dropdown-content a {
    font-family: inherit;
    font-weight: 500;
    size: 20px;
    color: #4d4d4d;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    color: #5d70d6;
    text-decoration: underline;
  }
  .dropdown-container.active .dropdown-content {
    display: block;
  }
  #SA-top {
    width: 100%;
    height: auto;
    background: url('/image/staff-augmentation-hero-section.png') no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'DM Sans', sans-serif;
    padding:10% 4%;
}
#SA-top h1 {
    font-size: 56px;
    font-weight: bold;
    text-align: start;
    margin-bottom: 3%;
    color: #FFF;
font-weight: 700;
line-height: normal;
  }
#SA-top p {
  font-size: 26px;
  text-align: start;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#formNtext{
  width:100%;width:-webkkit-fill-available;
  display:flex;flex-direction:row;
  height:auto;align-items:normal;
}
#form-sa,#text-right{
  width:50%;
}
#form-sa{
  background: url('/image/form-bg-SA.png') no-repeat;
  flex-direction: column;
  display: flex;justify-content: center;padding:20px;
}
#form-sa h3{
  color: #FFF;
font-size:30.914px;
font-weight: 400;
margin-top:30px;
}
.query-btn {
  background:#FFF;
  border-radius:18px;
  border: 1px solid #FFF;
  color:#434344;
  font-size:18px;
  font-weight: 700;
  width:100%;
  height:40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: menulist;
  padding: 8px;
}
form input{
  background:#FFF;
  border-radius:18px;
  border: 1px solid #FFF;
  color:#434344;
  font-size:18px;
  font-weight: 700;
  width:45%;
  height:40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
}
form{
  align-self: center;
  width:80%;
margin-top:10px;
}
#heading{width:80%;margin:auto;}
.form-fields{
  display:flex;flex-direction:row;justify-content:space-between;
  margin-top:30px;
}
#submit-sa-form{
  background:  linear-gradient(90deg, #2A2796 -0.01%, #6E63ED 100.01%);
  height:50px;
  color: #FFF;
  font-size: 18.029px;
  font-weight: 700;
  margin:auto;  
border-radius:18px;
  width:280px;
  cursor: pointer;
outline: none;border: none; 
}
#heading-text-right{
  padding:15px;
background-color: #FFF;
}
#text-right{
  background:linear-gradient(180deg, #2A2796 -0.01%, #6E63ED 99.98%);
}
#text-right h3,b{
  color: #202021;
font-family: "DM Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top:30px;
}
#text-right b{
  color:#5D70D6;
}
#para-container{
  width:100%;
background:linear-gradient(180deg, #2A2796 -0.01%, #6E63ED 99.98%);
padding:15px;
}
#para-container p{color: #F5F7F8;
  font-size:18px;
  font-weight: 400;
  line-height: normal;
margin-bottom: 10px;
margin-top:15px;
}
#our-process{
  display: flex;flex-direction: column;
  align-items: center;justify-content: center;
}
#our-process h3,b{
  margin-top:40px;
  color: #141414;
font-size: 50px;
font-weight:700;
line-height: normal;
}
#why-sta-for-sa{
  width:100%;width:-webkit-fill-available;
  display:flex;flex-direction: column;
  align-items:center;
}
#why-sta-for-sa h2{
color:#1E1E1E;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}
 #innerh2{
  color: #5D70D6;
}
#inside-para{
  display: flex;flex-direction:column;
  row-gap: 4px;
}
#inside-para-p2{
  margin: auto;
}
#inside-para p,#content-cta2 p{color: #1E1E1E;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;}
#img-container{
  width:65%;
  margin: auto;
  align-self: center;
  justify-self: center;

}
#img-container img{
  width:100%;
}
  #qualities{
  width:100%;width:-webkit-fill-available;
  display: flex;flex-direction:row;
  justify-content: space-around;
  margin-top:60px;
}
.quality-icon-n-text{
  display:flex;flex-direction:column;
  justify-content: center;align-items:center;text-align: center;
}
.quality-icon-n-text img{
  height:100px;
}
#clients {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 40px;
  margin-top:30px;
}
#clients h2 {
  text-align: center;
  font-family: inherit;
  font-size:54px;
  color: #4d4d4d;
  margin-bottom: 4%;
}
.image-row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 56px;
  margin-bottom: 20px;
}
.image-row img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.client-image-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.defaultImage,
.hoverImage {
  object-fit: cover;
  width: 80%;
  transition: opacity 0.3s ease;
}
.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.imageContainer:hover .hoverImage {
  opacity: 1;
}
.imageContainer {
  position: relative;
  overflow: hidden;
}
#cta1{
  width: 100%;
  background: url('/image/SA-CTA1.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding:5%; 
  display:flex;
  flex-direction:row;
justify-content: end;
 
}
#cta1 h2{
  color: #FFF;
font-size: 45px;
font-weight: 700;
line-height: normal;
text-align: center;
}
#content-cta1{
  display:flex;
  flex-direction:column;
justify-content: center;
}
#content-cta1 a{
  text-align: center;
}
a:visited{
  color: #000;
}
#hire-now-btn{
  background-color:#FFF;color: #000;
  height:50px;
  font-size: 22.029px;
  font-weight: 700;
  margin:auto;  
border-radius:18px;
  width:200px;
  cursor: pointer;
outline: none;border: none;
margin-top:20px;
}
#hire-dev{
  width:100%;
  width:-webkit-fill-available;
  display:flex;flex-direction: column;
  align-items: center;
}
#hire-dev h2{
  color: #191919;
font-family: "DM Sans";
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#dev-names{
  width:100%;width:-webkit-fill-available;
  margin-top:30px;
  margin-bottom:20px;
  display: grid;
  grid-template-columns: auto auto auto auto;
justify-content: space-around;
}
.row-devname{
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.row-devname a{
  text-decoration: none;
}
#cta2{
  width: 100%;
  background: url('/image/SA-CTA2.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding:5%; 
  display:flex;
  flex-direction:row;
justify-content:start;
 
}
#cta2 h2{
  color: #FFF;
font-size: 45px;
font-weight: 700;
line-height: normal;
text-align: start;
}
#content-cta2{
  display:flex;
  flex-direction:column;
justify-content:start;
/
}
#lets-talk-btn{
  background-color:#FFF;color: #000;
  height:50px;
  font-size: 22.029px;
  font-weight: 700;
  margin:auto;  
border-radius:18px;
  width:200px;
  cursor: pointer;
outline: none;border: none;
margin-top:20px;
}
a{text-decoration: none;}
@media (max-width: 768px) {
  /* Web Development */
  #SA-top {
      padding:6%;
      /* Adjust padding for smaller screens */
  }
#content-cta1{
  margin:22px;
}
  #SA-top h1 {
      font-size: 40px;
      line-height: 52px;
      margin-bottom: 2%;
      /* Adjust margin for smaller screens */
  }

  #SA-top p {
      font-size: 24px;
      line-height: 32px;
  }
  #clients h2{
    text-align: center;
    font-size:30px;
}
.client-image-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
flex-direction:row;
margin-top:25px;
}

.image-row {
    flex-direction: column;
    gap: 20px;
}
#hire-dev h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.row-devname h4{
  font-size:12px;
}
#dev-names{
  margin-left:10px;
}
#cta2 h2{
  font-size:30px;text-align: center;
}
#content-cta2{
  align-items:center;
}
#FAQ h1 {
  font-size:35px;
}
}
@media (max-width: 500px) {
 
  #SA-top h1 {
      font-size:24px;
      line-height:45px;
    }

  #SA-top p {
      font-size:15px;
      line-height:20px;
         font-weight:500;
  }
  #p-manager{
    width:70%;
  }
  #formNtext{
    width:100%;width:-webkkit-fill-available;
    display:flex;flex-direction:column;
    height:auto;align-items:normal;
  }
  #form-sa{
    width:100%;
  }
  #form-sa h3{
    font-size:22px;
    margin-left:6px;
  }
  #text-right h3, b{
    font-size:30px;
  } 
  #para-container p{
    font-size:12px;
  }
  form{width:100%;}
  form input {
    border:0,5px solid #FFF;
    font-size: 10px;
    width: 35%;
    height: 30px;
    padding:6px;
}
.query-btn {
  border: 0.5px solid #FFF;
  font-size: 10px;
  width:80%;
  height: 30px;
  padding: 3px;
  margin: auto;
}
.form-fields{
  justify-content: space-evenly;
}
#form-sa{
  padding: 2px;
}
#submit-sa-form{height: 35px;
  font-size: 11.029px;
  margin: auto;
  width: 200px;
  cursor: pointer;
  outline: none;
  border: none;
margin-bottom:30px;
}
#text-right{
  width:100%;
}
#heading{
  width:90%;
  margin:1px;
}
#our-process h3, b{
  font-size:30px;
}
#why-sta-for-sa h2{
  font-size:30px;
  text-align: center;
}
#why-sta-for-sa{padding:2px;}
#inside-para{
  margin-top:8px;
}
#inside-para p, #content-cta2 p {
  font-size: 14px;
  text-align: center;
}
.quality-icon-n-text img {
  height: 45px;
}
.quality-icon-n-text p{
font-size:12px;
}
#cta1{padding:1%;}
#cta1 h2{
  font-size:20px;
}
#hire-now-btn,#lets-talk-btn{
  height: 35px;
  font-size: 18.029px;
  border-radius: 12px;
  width: 165px;
  margin-top: 8px;margin-bottom:4px;}
  #content-cta1{
    align-items: center;
  }
  
}
